home *** CD-ROM | disk | FTP | other *** search
/ Enter Special 5: Digital Photography / ENTER Special 05.iso / Grafika / Paint Shop Pro 8.0 / psp800ev.exe / Data1.cab / __init__.py7 < prev    next >
Encoding:
Text File  |  2003-04-22  |  284 b   |  14 lines

  1. """distutils
  2.  
  3. The main package for the Python Module Distribution Utilities.  Normally
  4. used from a setup script as
  5.  
  6.    from distutils.core import setup
  7.  
  8.    setup (...)
  9. """
  10.  
  11. __revision__ = "$Id: __init__.py,v 1.22 2001/10/05 20:43:09 theller Exp $"
  12.  
  13. __version__ = "1.0.3"
  14.